home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xpuzzles.3 / xpuzzles / xpuzzles-5.3.1 / xskewb / Skewb2d.h < prev    next >
C/C++ Source or Header  |  1996-02-05  |  1KB  |  46 lines

  1. /*
  2. # X-BASED SKEWB
  3. #
  4. #  Skewb2d.h
  5. #
  6. ###
  7. #
  8. #  Copyright (c) 1994 - 96    David Albert Bagley, bagleyd@hertz.njit.edu
  9. #
  10. #                   All Rights Reserved
  11. #
  12. #  Permission to use, copy, modify, and distribute this software and
  13. #  its documentation for any purpose and without fee is hereby granted,
  14. #  provided that the above copyright notice appear in all copies and
  15. #  that both that copyright notice and this permission notice appear in
  16. #  supporting documentation, and that the name of the author not be
  17. #  used in advertising or publicity pertaining to distribution of the
  18. #  software without specific, written prior permission.
  19. #
  20. #  This program is distributed in the hope that it will be "playable",
  21. #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  23. #
  24. */
  25.  
  26. /* Public header file for Skewb2d */
  27.  
  28. #ifndef _XtSkewb2d_h
  29. #define _XtSkewb2d_h
  30.  
  31. /***********************************************************************
  32.  *
  33.  * Skewb2d Widget
  34.  *
  35.  ***********************************************************************/
  36.  
  37. #include "Skewb.h"
  38.  
  39. typedef struct _Skewb2DClassRec *Skewb2DWidgetClass;
  40. typedef struct _Skewb2DRec *Skewb2DWidget;
  41.  
  42. extern WidgetClass skewb2dWidgetClass;
  43.  
  44. #endif _XtSkewb2d_h
  45. /* DON'T ADD STUFF AFTER THIS #endif */
  46.